IProgressDialog |
Abstract |
|
The IProgressDialog interface is exported by the progress dialog box object.
This object is a generic way to show a user how an operation is progressing. It is typically used when deleting, uploading, copying, moving, or downloading large numbers of files. The progress dialog box object creates a modeless dialog box and allows the client to set its title, animation, text lines, and progress bar. The object then handles updating on a background thread and allows the user to cancel the operation. Optionally, it estimates the time remaining until the operation is complete and displays the information as a line of text. |

The #testProgress class method (also available via a context-sensitive menu) demonstrates the use of IProgressDialog..